home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / rexx / setsvoperator.rx < prev    next >
Text File  |  1996-06-18  |  415b  |  20 lines

  1. /*
  2.    $VER: SetSVOperator.rx V4.1 (15.10.94)
  3.    © 1993-94 by Andreas R. Kleinert
  4.  
  5.    This script demonstrates how to modify the default SVOperator
  6.    settings without using the GUI, but SuperView's ARexxPort.
  7.  
  8.    The resulting changes will also appear on SuperView's GUI,
  9.    if already open.
  10.  
  11. */
  12.  
  13.  
  14. address 'SuperView.rx' "SVOPERATOR=HilbertDither256"
  15.  
  16. adress command
  17. wait 5
  18.  
  19. address 'SuperView.rx' "SVOPERATOR=XOR"
  20.